projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c0976b
)
Remove unused dump_accels() function from testgtk
author
Christian Dywan
<christian@twotoasts.de>
Tue, 13 Apr 2010 16:46:27 +0000
(18:46 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:51:22 +0000
(
01:51
+0200)
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index 4794915291843aa130b3527304484ca2dd383011..ff8d45766ffbe8a40aa823bf99f509034101de33 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-4036,14
+4036,6
@@
static const guint8 apple[] =
"\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"};
-static void
-dump_accels (gpointer callback_data,
- guint callback_action,
- GtkWidget *widget)
-{
- gtk_accel_map_save_fd (1 /* stdout */);
-}
-
static GtkWidget *
accel_button_new (GtkAccelGroup *accel_group,
const gchar *text,